-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Log TensorBoard
histograms
#19851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Log TensorBoard
histograms
#19851
Conversation
for more information, see https://pre-commit.ci
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #19851 +/- ##
=======================================
Coverage 87% 87%
=======================================
Files 269 269
Lines 23688 23690 +2
=======================================
+ Hits 20666 20668 +2
Misses 3022 3022 |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need further help see our docs: https://lightning.ai/docs/pytorch/latest/generated/CONTRIBUTING.html#pull-request or ask the assistance of a core contributor here or on Discord. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not think we should touch essentially the core logic of self.log
to support one feature for one logger. Could we please instead have a specialized function for the tensorboard logger called log_hist
similar to the specialized methods we have in other loggers:
https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.loggers.tensorboard.html#module-lightning.pytorch.loggers.tensorboard
cc: @Borda
good call :) |
What does this PR do?
Allows
LightningModule
to logTensorboard
histogramsFixes #19743
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist
📚 Documentation preview 📚: https://pytorch-lightning--19851.org.readthedocs.build/en/19851/